﻿2026-06-21T01:35:28.1136026Z Current runner version: '2.335.1'
2026-06-21T01:35:28.1140673Z Runner name: 'kitsubito'
2026-06-21T01:35:28.1141185Z Runner group name: 'Default'
2026-06-21T01:35:28.1141793Z Machine name: 'KITSUBITO'
2026-06-21T01:35:28.1143662Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T01:35:28.1145402Z Contents: read
2026-06-21T01:35:28.1145808Z Metadata: read
2026-06-21T01:35:28.1146184Z Packages: read
2026-06-21T01:35:28.1146553Z ##[endgroup]
2026-06-21T01:35:28.1148126Z Secret source: Actions
2026-06-21T01:35:28.1148637Z Prepare workflow directory
2026-06-21T01:35:28.1500919Z Prepare all required actions
2026-06-21T01:35:28.1530343Z Getting action download info
2026-06-21T01:35:28.4991160Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T01:35:29.0349124Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T01:35:29.1167889Z ##[group]Run actions/checkout@v5
2026-06-21T01:35:29.1168641Z with:
2026-06-21T01:35:29.1169070Z   fetch-depth: 0
2026-06-21T01:35:29.1169489Z   repository: SaberMage/spt-core
2026-06-21T01:35:29.1172642Z   token: ***
2026-06-21T01:35:29.1173000Z   ssh-strict: true
2026-06-21T01:35:29.1173361Z   ssh-user: git
2026-06-21T01:35:29.1173721Z   persist-credentials: true
2026-06-21T01:35:29.1174118Z   clean: true
2026-06-21T01:35:29.1174484Z   sparse-checkout-cone-mode: true
2026-06-21T01:35:29.1174903Z   fetch-tags: false
2026-06-21T01:35:29.1175266Z   show-progress: true
2026-06-21T01:35:29.1175624Z   lfs: false
2026-06-21T01:35:29.1175954Z   submodules: false
2026-06-21T01:35:29.1176314Z   set-safe-directory: true
2026-06-21T01:35:29.1176900Z ##[endgroup]
2026-06-21T01:35:29.1988097Z Syncing repository: SaberMage/spt-core
2026-06-21T01:35:29.1989904Z ##[group]Getting Git version info
2026-06-21T01:35:29.1990627Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T01:35:29.1991557Z [command]/usr/bin/git version
2026-06-21T01:35:29.1991988Z git version 2.43.0
2026-06-21T01:35:29.1999225Z ##[endgroup]
2026-06-21T01:35:29.2010109Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/9b864542-0f9a-4a87-b2d5-05b1dd3ce85b' before making global git config changes
2026-06-21T01:35:29.2011395Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T01:35:29.2013872Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T01:35:29.2047632Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T01:35:29.2068161Z https://github.com/SaberMage/spt-core
2026-06-21T01:35:29.2078834Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T01:35:29.2081775Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T01:35:29.2102060Z HEAD
2026-06-21T01:35:29.2136263Z ##[endgroup]
2026-06-21T01:35:29.2136903Z [command]/usr/bin/git submodule status
2026-06-21T01:35:29.2323631Z ##[group]Cleaning the repository
2026-06-21T01:35:29.2359055Z [command]/usr/bin/git clean -ffdx
2026-06-21T01:35:30.7271482Z Removing target/
2026-06-21T01:35:30.7279235Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T01:35:30.7325585Z HEAD is now at 7a51fcd19 Merge 9b0025b560fb09077d80819fa392d1280b69ce77 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T01:35:30.7331096Z ##[endgroup]
2026-06-21T01:35:30.7332360Z ##[group]Disabling automatic garbage collection
2026-06-21T01:35:30.7335654Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T01:35:30.7361273Z ##[endgroup]
2026-06-21T01:35:30.7362423Z ##[group]Setting up auth
2026-06-21T01:35:30.7366629Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T01:35:30.7392930Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T01:35:30.7584234Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T01:35:30.7609721Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T01:35:30.7794005Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T01:35:30.7820749Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T01:35:30.8011858Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T01:35:30.8043029Z ##[endgroup]
2026-06-21T01:35:30.8044905Z ##[group]Fetching the repository
2026-06-21T01:35:30.8051884Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +7bf3ecf1878f31a4e791ec37bc11d21a2c2dd638:refs/remotes/pull/26/merge
2026-06-21T01:35:31.3513005Z From https://github.com/SaberMage/spt-core
2026-06-21T01:35:31.3513835Z    9b0025b56..0dc7018fa  v0.13.0-delivery-control                 -> origin/v0.13.0-delivery-control
2026-06-21T01:35:31.3572562Z    9b0025b56..0dc7018fa  v0.13.0-p1b-ack-deadlock                 -> origin/v0.13.0-p1b-ack-deadlock
2026-06-21T01:35:31.3578002Z  + 7a51fcd19...7bf3ecf18 7bf3ecf1878f31a4e791ec37bc11d21a2c2dd638 -> pull/26/merge  (forced update)
2026-06-21T01:35:31.3611297Z ##[endgroup]
2026-06-21T01:35:31.3612029Z ##[group]Determining the checkout info
2026-06-21T01:35:31.3612555Z ##[endgroup]
2026-06-21T01:35:31.3616874Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T01:35:31.3655582Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T01:35:31.3679714Z ##[group]Checking out the ref
2026-06-21T01:35:31.3682090Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T01:35:31.3766973Z Warning: you are leaving 1 commit behind, not connected to
2026-06-21T01:35:31.3767766Z any of your branches:
2026-06-21T01:35:31.3767961Z 
2026-06-21T01:35:31.3768338Z   7a51fcd19 Merge 9b0025b560fb09077d80819fa392d1280b69ce77 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T01:35:31.3768815Z 
2026-06-21T01:35:31.3769139Z If you want to keep it by creating a new branch, this may be a good time
2026-06-21T01:35:31.3769547Z to do so with:
2026-06-21T01:35:31.3769722Z 
2026-06-21T01:35:31.3769913Z  git branch <new-branch-name> 7a51fcd19
2026-06-21T01:35:31.3770145Z 
2026-06-21T01:35:31.3770981Z HEAD is now at 7bf3ecf18 Merge 0dc7018fa9efcf6cbeba1389ce9c134066cc1783 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T01:35:31.3777377Z ##[endgroup]
2026-06-21T01:35:31.3815064Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T01:35:31.3838510Z 7bf3ecf1878f31a4e791ec37bc11d21a2c2dd638
2026-06-21T01:35:31.4022253Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T01:35:31.4022788Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T01:35:31.4040168Z shell: /usr/bin/bash -e {0}
2026-06-21T01:35:31.4040449Z ##[endgroup]
2026-06-21T01:35:31.4144688Z ##[group]Run set -euo pipefail
2026-06-21T01:35:31.4145250Z [36;1mset -euo pipefail[0m
2026-06-21T01:35:31.4145674Z [36;1mPIN=0c95435[0m
2026-06-21T01:35:31.4146098Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T01:35:31.4146600Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T01:35:31.4147249Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T01:35:31.4148064Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T01:35:31.4148879Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T01:35:31.4149688Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T01:35:31.4150140Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T01:35:31.4150679Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T01:35:31.4151575Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T01:35:31.4152279Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T01:35:31.4152750Z [36;1mfi[0m
2026-06-21T01:35:31.4153280Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T01:35:31.4167081Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T01:35:31.4167419Z env:
2026-06-21T01:35:31.4167658Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T01:35:31.4167928Z ##[endgroup]
2026-06-21T01:35:31.6968615Z    Compiling proc-macro2 v1.0.106
2026-06-21T01:35:31.6970014Z    Compiling quote v1.0.45
2026-06-21T01:35:31.6970523Z    Compiling unicode-ident v1.0.24
2026-06-21T01:35:31.6970915Z    Compiling libc v0.2.186
2026-06-21T01:35:31.6971211Z    Compiling serde_core v1.0.228
2026-06-21T01:35:31.6971482Z    Compiling cfg-if v1.0.4
2026-06-21T01:35:31.6971743Z    Compiling serde v1.0.228
2026-06-21T01:35:31.7010378Z    Compiling log v0.4.32
2026-06-21T01:35:31.7050847Z    Compiling pin-project-lite v0.2.17
2026-06-21T01:35:31.7087290Z    Compiling portable-atomic v1.13.1
2026-06-21T01:35:31.7161973Z    Compiling typenum v1.20.1
2026-06-21T01:35:31.7163464Z    Compiling version_check v0.9.5
2026-06-21T01:35:31.7164112Z    Compiling memchr v2.8.1
2026-06-21T01:35:31.7164716Z    Compiling shlex v2.0.1
2026-06-21T01:35:31.7165504Z    Compiling find-msvc-tools v0.1.9
2026-06-21T01:35:31.7440449Z    Compiling critical-section v1.2.0
2026-06-21T01:35:31.7831603Z    Compiling bytes v1.11.1
2026-06-21T01:35:31.7960920Z    Compiling futures-core v0.3.32
2026-06-21T01:35:31.8471629Z    Compiling subtle v2.6.1
2026-06-21T01:35:31.9371622Z    Compiling smallvec v1.15.1
2026-06-21T01:35:31.9527327Z    Compiling equivalent v1.0.2
2026-06-21T01:35:31.9640733Z    Compiling itoa v1.0.18
2026-06-21T01:35:32.0041956Z    Compiling semver v1.0.28
2026-06-21T01:35:32.0291449Z    Compiling stable_deref_trait v1.2.1
2026-06-21T01:35:32.0350796Z    Compiling futures-io v0.3.32
2026-06-21T01:35:32.0512060Z    Compiling slab v0.4.12
2026-06-21T01:35:32.0551510Z    Compiling futures-sink v0.3.32
2026-06-21T01:35:32.0911123Z    Compiling futures-task v0.3.32
2026-06-21T01:35:32.1404437Z    Compiling futures-channel v0.3.32
2026-06-21T01:35:32.1770847Z    Compiling generic-array v0.14.7
2026-06-21T01:35:32.1901820Z    Compiling hashbrown v0.17.1
2026-06-21T01:35:32.1940675Z    Compiling bitflags v2.12.1
2026-06-21T01:35:32.2588687Z    Compiling rustversion v1.0.22
2026-06-21T01:35:32.2621728Z    Compiling cpufeatures v0.2.17
2026-06-21T01:35:32.2670988Z    Compiling fnv v1.0.7
2026-06-21T01:35:32.2891616Z    Compiling rustc_version v0.4.1
2026-06-21T01:35:32.3330617Z    Compiling cfg_aliases v0.2.1
2026-06-21T01:35:32.3400851Z    Compiling strsim v0.11.1
2026-06-21T01:35:32.3930846Z    Compiling rand_core v0.10.1
2026-06-21T01:35:32.4180961Z    Compiling writeable v0.6.3
2026-06-21T01:35:32.4480896Z    Compiling litemap v0.8.2
2026-06-21T01:35:32.4581097Z    Compiling ident_case v1.0.1
2026-06-21T01:35:32.5450353Z    Compiling icu_properties_data v2.2.0
2026-06-21T01:35:32.5910395Z    Compiling dunce v1.0.5
2026-06-21T01:35:32.6231509Z    Compiling getrandom v0.4.2
2026-06-21T01:35:32.6640635Z    Compiling utf8_iter v1.0.4
2026-06-21T01:35:32.6931755Z    Compiling fs_extra v1.3.0
2026-06-21T01:35:32.6992235Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T01:35:32.7440849Z    Compiling percent-encoding v2.3.2
2026-06-21T01:35:32.8282114Z    Compiling autocfg v1.5.1
2026-06-21T01:35:32.8790599Z    Compiling http v1.4.1
2026-06-21T01:35:32.8861123Z    Compiling thiserror v2.0.18
2026-06-21T01:35:32.9390578Z    Compiling indexmap v2.14.0
2026-06-21T01:35:32.9430670Z    Compiling unicode-segmentation v1.13.3
2026-06-21T01:35:32.9860478Z    Compiling cpufeatures v0.3.0
2026-06-21T01:35:33.0050585Z    Compiling syn v2.0.117
2026-06-21T01:35:33.0169651Z    Compiling aws-lc-rs v1.17.0
2026-06-21T01:35:33.0630527Z    Compiling scopeguard v1.2.0
2026-06-21T01:35:33.0720976Z    Compiling chacha20 v0.10.0
2026-06-21T01:35:33.0858230Z    Compiling form_urlencoded v1.2.2
2026-06-21T01:35:33.1262345Z    Compiling lock_api v0.4.14
2026-06-21T01:35:33.2519750Z    Compiling untrusted v0.9.0
2026-06-21T01:35:33.3042554Z    Compiling rustls v0.23.40
2026-06-21T01:35:33.3113003Z    Compiling heck v0.5.0
2026-06-21T01:35:33.3213620Z    Compiling unicode-xid v0.2.6
2026-06-21T01:35:33.3280399Z    Compiling const-oid v0.10.2
2026-06-21T01:35:33.3477104Z    Compiling atomic-waker v1.1.2
2026-06-21T01:35:33.3966608Z    Compiling anyhow v1.0.102
2026-06-21T01:35:33.4176997Z    Compiling convert_case v0.10.0
2026-06-21T01:35:33.4310773Z    Compiling paste v1.0.15
2026-06-21T01:35:33.4586978Z    Compiling parking_lot_core v0.9.12
2026-06-21T01:35:33.4654091Z    Compiling zerocopy v0.8.50
2026-06-21T01:35:33.4691004Z    Compiling httparse v1.10.1
2026-06-21T01:35:33.5342246Z    Compiling num-traits v0.2.19
2026-06-21T01:35:33.5779244Z    Compiling jobserver v0.1.34
2026-06-21T01:35:33.6101858Z    Compiling hybrid-array v0.4.12
2026-06-21T01:35:33.6240426Z    Compiling curve25519-dalek v4.1.3
2026-06-21T01:35:33.7371595Z    Compiling ahash v0.8.12
2026-06-21T01:35:33.7422152Z    Compiling powerfmt v0.2.0
2026-06-21T01:35:33.7519765Z    Compiling either v1.16.0
2026-06-21T01:35:33.8041752Z    Compiling cc v1.2.63
2026-06-21T01:35:33.8810506Z    Compiling crypto-common v0.1.7
2026-06-21T01:35:33.8902303Z    Compiling block-buffer v0.10.4
2026-06-21T01:35:33.9390898Z    Compiling http-body v1.0.1
2026-06-21T01:35:33.9475426Z    Compiling base64ct v1.8.3
2026-06-21T01:35:33.9547594Z    Compiling fastrand v2.4.1
2026-06-21T01:35:33.9937255Z    Compiling digest v0.10.7
2026-06-21T01:35:34.0270472Z    Compiling deranged v0.5.8
2026-06-21T01:35:34.1140748Z    Compiling base64 v0.22.1
2026-06-21T01:35:34.2287406Z    Compiling mio v1.2.1
2026-06-21T01:35:34.2670667Z    Compiling socket2 v0.6.4
2026-06-21T01:35:34.2910846Z    Compiling getrandom v0.2.17
2026-06-21T01:35:34.3100177Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T01:35:34.4092860Z    Compiling tower-service v0.3.3
2026-06-21T01:35:34.4550674Z    Compiling rand_core v0.6.4
2026-06-21T01:35:34.4851005Z    Compiling rand v0.10.1
2026-06-21T01:35:34.5031224Z    Compiling vcpkg v0.2.15
2026-06-21T01:35:34.5241365Z    Compiling tinyvec_macros v0.1.1
2026-06-21T01:35:34.5850388Z    Compiling num-conv v0.2.2
2026-06-21T01:35:34.5970667Z    Compiling try-lock v0.2.5
2026-06-21T01:35:34.6010569Z    Compiling pkg-config v0.3.33
2026-06-21T01:35:34.6240841Z    Compiling data-encoding v2.11.0
2026-06-21T01:35:34.6793118Z    Compiling time-core v0.1.8
2026-06-21T01:35:34.6937430Z    Compiling zmij v1.0.21
2026-06-21T01:35:34.7090457Z    Compiling want v0.3.1
2026-06-21T01:35:34.7930708Z    Compiling parking_lot v0.12.5
2026-06-21T01:35:34.8390628Z    Compiling tinyvec v1.11.0
2026-06-21T01:35:34.8579761Z    Compiling crypto-common v0.2.2
2026-06-21T01:35:34.9722334Z    Compiling block-buffer v0.12.0
2026-06-21T01:35:34.9970710Z    Compiling sha2 v0.10.9
2026-06-21T01:35:35.0737281Z    Compiling cmake v0.1.58
2026-06-21T01:35:35.1020546Z    Compiling inout v0.1.4
2026-06-21T01:35:35.1960572Z    Compiling vergen-lib v9.1.0
2026-06-21T01:35:35.3370704Z    Compiling n0-future v0.3.2
2026-06-21T01:35:35.3490634Z    Compiling spin v0.10.0
2026-06-21T01:35:35.3660525Z    Compiling crossbeam-utils v0.8.21
2026-06-21T01:35:35.4061853Z    Compiling parking v2.2.1
2026-06-21T01:35:35.4182541Z    Compiling cordyceps v0.3.4
2026-06-21T01:35:35.4570758Z    Compiling signature v2.2.0
2026-06-21T01:35:35.5510567Z    Compiling serde_json v1.0.150
2026-06-21T01:35:35.5750992Z    Compiling winnow v1.0.3
2026-06-21T01:35:35.5804478Z    Compiling diatomic-waker v0.2.3
2026-06-21T01:35:35.5840684Z    Compiling httpdate v1.0.3
2026-06-21T01:35:35.6011256Z    Compiling ed25519 v2.2.3
2026-06-21T01:35:35.6199859Z    Compiling futures-lite v2.6.1
2026-06-21T01:35:35.6450454Z    Compiling cipher v0.4.4
2026-06-21T01:35:35.6650625Z    Compiling netlink-packet-core v0.8.1
2026-06-21T01:35:35.7170786Z    Compiling digest v0.11.3
2026-06-21T01:35:35.7590340Z    Compiling universal-hash v0.5.1
2026-06-21T01:35:35.7890309Z    Compiling futures-buffered v0.2.13
2026-06-21T01:35:35.8031811Z    Compiling vergen-lib v0.1.6
2026-06-21T01:35:35.8414892Z    Compiling vergen v9.1.0
2026-06-21T01:35:35.8820654Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T01:35:35.9190737Z    Compiling heapless v0.7.17
2026-06-21T01:35:35.9360370Z    Compiling noq-udp v0.10.0
2026-06-21T01:35:35.9450662Z    Compiling sync_wrapper v1.0.2
2026-06-21T01:35:35.9503988Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T01:35:35.9550851Z    Compiling aws-lc-sys v0.41.0
2026-06-21T01:35:36.0000620Z    Compiling ring v0.17.14
2026-06-21T01:35:36.0080079Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T01:35:36.0152030Z    Compiling opaque-debug v0.3.1
2026-06-21T01:35:36.0282342Z    Compiling allocator-api2 v0.2.21
2026-06-21T01:35:36.0670703Z    Compiling byteorder v1.5.0
2026-06-21T01:35:36.0774605Z    Compiling polyval v0.6.2
2026-06-21T01:35:36.2290759Z    Compiling hash32 v0.2.1
2026-06-21T01:35:36.2500592Z    Compiling vergen-gitcl v1.0.8
2026-06-21T01:35:36.2856801Z    Compiling spin v0.9.8
2026-06-21T01:35:36.3590778Z    Compiling fallible-iterator v0.3.0
2026-06-21T01:35:36.3848797Z    Compiling num_threads v0.1.7
2026-06-21T01:35:36.3962843Z    Compiling tower-layer v0.3.3
2026-06-21T01:35:36.4248478Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T01:35:36.5313767Z    Compiling signature v3.0.0
2026-06-21T01:35:36.5578203Z    Compiling ryu v1.0.23
2026-06-21T01:35:36.5804377Z    Compiling time v0.3.47
2026-06-21T01:35:36.6020532Z    Compiling ghash v0.5.1
2026-06-21T01:35:36.6278531Z    Compiling ctr v0.9.2
2026-06-21T01:35:36.6661294Z    Compiling aes v0.8.4
2026-06-21T01:35:36.7380527Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T01:35:36.7650548Z    Compiling fs2 v0.4.3
2026-06-21T01:35:36.7770730Z    Compiling http-body-util v0.1.3
2026-06-21T01:35:36.7909563Z    Compiling aead v0.5.2
2026-06-21T01:35:36.8018746Z    Compiling openssl-probe v0.2.1
2026-06-21T01:35:36.9267733Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T01:35:36.9471069Z    Compiling crossbeam-channel v0.5.15
2026-06-21T01:35:37.0020625Z    Compiling netlink-packet-route v0.29.0
2026-06-21T01:35:37.0440830Z    Compiling blake3 v1.8.5
2026-06-21T01:35:37.0810983Z    Compiling uuid v1.23.2
2026-06-21T01:35:37.1000465Z    Compiling memoffset v0.6.5
2026-06-21T01:35:37.2490584Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T01:35:37.2704536Z    Compiling acto v0.8.2
2026-06-21T01:35:37.4003162Z    Compiling aes-gcm v0.10.3
2026-06-21T01:35:37.4221409Z    Compiling netwatch v0.16.0
2026-06-21T01:35:37.4517398Z    Compiling noq v0.18.0
2026-06-21T01:35:37.5460714Z    Compiling mac-addr v0.3.0
2026-06-21T01:35:37.5580477Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T01:35:37.6262366Z    Compiling tagptr v0.2.0
2026-06-21T01:35:37.6441273Z    Compiling identity-hash v0.1.0
2026-06-21T01:35:37.6790902Z    Compiling rustix v1.1.4
2026-06-21T01:35:37.6911738Z    Compiling xml-rs v0.8.28
2026-06-21T01:35:37.7040396Z    Compiling ref-cast v1.0.25
2026-06-21T01:35:37.7351428Z    Compiling rustc-hash v2.1.2
2026-06-21T01:35:37.7669535Z    Compiling foldhash v0.2.0
2026-06-21T01:35:37.8160992Z    Compiling lru-slab v0.1.2
2026-06-21T01:35:37.8500681Z    Compiling thiserror v1.0.69
2026-06-21T01:35:37.9337977Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T01:35:37.9340982Z    Compiling hashbrown v0.16.1
2026-06-21T01:35:38.0812627Z    Compiling synstructure v0.13.2
2026-06-21T01:35:38.1419885Z    Compiling darling_core v0.20.11
2026-06-21T01:35:38.2001121Z    Compiling serde_derive_internals v0.29.1
2026-06-21T01:35:38.3710774Z    Compiling netlink-packet-route v0.30.0
2026-06-21T01:35:38.7572175Z    Compiling proc-macro-crate v3.5.0
2026-06-21T01:35:38.7938422Z    Compiling xmltree v0.10.3
2026-06-21T01:35:38.8267727Z    Compiling serial-core v0.4.0
2026-06-21T01:35:38.9880865Z    Compiling errno v0.3.14
2026-06-21T01:35:39.0391059Z    Compiling termios v0.2.2
2026-06-21T01:35:39.0611197Z    Compiling ioctl-rs v0.1.6
2026-06-21T01:35:39.1090679Z    Compiling aho-corasick v1.1.4
2026-06-21T01:35:39.1160033Z    Compiling simple-dns v0.9.3
2026-06-21T01:35:39.1493647Z    Compiling toml_write v0.1.2
2026-06-21T01:35:39.1677839Z    Compiling simdutf8 v0.1.5
2026-06-21T01:35:39.1983888Z    Compiling regex-syntax v0.8.10
2026-06-21T01:35:39.2795222Z    Compiling winnow v0.7.15
2026-06-21T01:35:39.3270633Z    Compiling resolv-conf v0.7.6
2026-06-21T01:35:39.3542001Z    Compiling arrayref v0.3.9
2026-06-21T01:35:39.3717167Z    Compiling smol_str v0.1.24
2026-06-21T01:35:39.4115036Z    Compiling linux-raw-sys v0.12.1
2026-06-21T01:35:39.4219171Z    Compiling sha1_smol v1.0.1
2026-06-21T01:35:39.4580392Z    Compiling signal-hook v0.3.18
2026-06-21T01:35:39.5901387Z    Compiling arrayvec v0.7.6
2026-06-21T01:35:39.6370626Z    Compiling constant_time_eq v0.4.2
2026-06-21T01:35:39.6839466Z    Compiling serial-unix v0.4.0
2026-06-21T01:35:39.8501288Z    Compiling signal-hook-registry v1.4.8
2026-06-21T01:35:39.8571616Z    Compiling lru v0.16.4
2026-06-21T01:35:39.9883495Z    Compiling darling_core v0.23.0
2026-06-21T01:35:40.0304172Z    Compiling serde_bytes v0.11.19
2026-06-21T01:35:40.1336609Z    Compiling serde_derive v1.0.228
2026-06-21T01:35:40.1961093Z    Compiling zeroize_derive v1.4.3
2026-06-21T01:35:40.2700758Z    Compiling tokio-macros v2.7.0
2026-06-21T01:35:40.5680424Z    Compiling futures-macro v0.3.32
2026-06-21T01:35:40.8067474Z    Compiling zeroize v1.8.2
2026-06-21T01:35:40.9670920Z    Compiling tokio v1.52.3
2026-06-21T01:35:40.9815265Z    Compiling zerofrom-derive v0.1.7
2026-06-21T01:35:40.9949117Z    Compiling yoke-derive v0.8.2
2026-06-21T01:35:41.4391773Z    Compiling zerovec-derive v0.11.3
2026-06-21T01:35:41.6761136Z    Compiling futures-util v0.3.32
2026-06-21T01:35:41.7160790Z    Compiling displaydoc v0.2.6
2026-06-21T01:35:41.9136696Z    Compiling tracing-attributes v0.1.31
2026-06-21T01:35:42.4080495Z    Compiling rustls-pki-types v1.14.1
2026-06-21T01:35:42.4801141Z    Compiling zerofrom v0.1.8
2026-06-21T01:35:42.5351305Z    Compiling thiserror-impl v2.0.18
2026-06-21T01:35:42.6097947Z    Compiling yoke v0.8.3
2026-06-21T01:35:42.7809563Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T01:35:42.8280936Z    Compiling zerotrie v0.2.4
2026-06-21T01:35:43.0442424Z    Compiling zerovec v0.11.6
2026-06-21T01:35:43.2130713Z    Compiling darling_macro v0.20.11
2026-06-21T01:35:43.3201796Z    Compiling derive_more-impl v2.1.1
2026-06-21T01:35:43.4240810Z    Compiling n0-error-macros v0.1.3
2026-06-21T01:35:43.5370402Z    Compiling spez v0.1.2
2026-06-21T01:35:43.6267727Z    Compiling darling v0.20.11
2026-06-21T01:35:43.6335386Z    Compiling der v0.8.0-rc.10
2026-06-21T01:35:43.7031235Z    Compiling derive_builder_core v0.20.2
2026-06-21T01:35:43.7901917Z    Compiling tinystr v0.8.3
2026-06-21T01:35:43.9870602Z    Compiling icu_locale_core v2.2.0
2026-06-21T01:35:44.0020519Z    Compiling potential_utf v0.1.5
2026-06-21T01:35:44.1460532Z    Compiling icu_collections v2.2.0
2026-06-21T01:35:44.4312812Z    Compiling pin-project-internal v1.1.13
2026-06-21T01:35:44.5951065Z    Compiling n0-error v0.1.3
2026-06-21T01:35:44.8842213Z    Compiling ed25519-dalek v2.2.0
2026-06-21T01:35:44.9500400Z    Compiling cobs v0.3.0
2026-06-21T01:35:45.1420966Z    Compiling icu_provider v2.2.0
2026-06-21T01:35:45.2431054Z    Compiling ipnet v2.12.0
2026-06-21T01:35:45.2770577Z    Compiling derive_builder_macro v0.20.2
2026-06-21T01:35:45.3430773Z    Compiling spki v0.8.0-rc.4
2026-06-21T01:35:45.5190575Z    Compiling icu_properties v2.2.0
2026-06-21T01:35:45.5445990Z    Compiling icu_normalizer v2.2.0
2026-06-21T01:35:45.5924936Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T01:35:45.6321058Z    Compiling derive_builder v0.20.2
2026-06-21T01:35:45.6372921Z    Compiling futures-executor v0.3.32
2026-06-21T01:35:45.6970767Z    Compiling pin-project v1.1.13
2026-06-21T01:35:45.7470956Z    Compiling prefix-trie v0.8.4
2026-06-21T01:35:45.7710783Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T01:35:46.0008549Z    Compiling once_cell v1.21.4
2026-06-21T01:35:46.0911555Z    Compiling futures v0.3.32
2026-06-21T01:35:46.1221994Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T01:35:46.1825260Z    Compiling tracing-core v0.1.36
2026-06-21T01:35:46.2220842Z    Compiling postcard-derive v0.2.2
2026-06-21T01:35:46.4201037Z    Compiling hashbrown v0.14.5
2026-06-21T01:35:46.4391932Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T01:35:46.4900835Z    Compiling rustls-native-certs v0.8.4
2026-06-21T01:35:46.7527677Z    Compiling tracing v0.1.44
2026-06-21T01:35:46.8598711Z    Compiling tokio-util v0.7.18
2026-06-21T01:35:46.8711027Z    Compiling netlink-sys v0.8.8
2026-06-21T01:35:46.9590573Z    Compiling idna_adapter v1.2.2
2026-06-21T01:35:47.1110401Z    Compiling idna v1.1.0
2026-06-21T01:35:47.1430915Z    Compiling data-encoding-macro v0.1.20
2026-06-21T01:35:47.1574905Z    Compiling postcard v1.1.3
2026-06-21T01:35:47.1881348Z    Compiling tower v0.5.3
2026-06-21T01:35:47.2141145Z    Compiling strum_macros v0.28.0
2026-06-21T01:35:47.2231153Z    Compiling hashlink v0.9.1
2026-06-21T01:35:47.2800901Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T01:35:47.3440578Z    Compiling num_enum_derive v0.7.6
2026-06-21T01:35:47.5994735Z    Compiling url v2.5.8
2026-06-21T01:35:47.6394622Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T01:35:47.6521264Z    Compiling async-trait v0.1.89
2026-06-21T01:35:47.6617765Z    Compiling derive_more v2.1.1
2026-06-21T01:35:47.6693489Z    Compiling enum-assoc v1.3.0
2026-06-21T01:35:47.7540704Z    Compiling iroh-metrics v0.38.3
2026-06-21T01:35:47.8556432Z    Compiling h2 v0.4.14
2026-06-21T01:35:47.9420850Z    Compiling rusqlite v0.32.1
2026-06-21T01:35:48.0095764Z    Compiling n0-watcher v0.6.1
2026-06-21T01:35:48.0316883Z    Compiling tokio-stream v0.1.18
2026-06-21T01:35:48.1971199Z    Compiling iroh-relay v0.98.0
2026-06-21T01:35:48.2547222Z    Compiling netdev v0.42.0
2026-06-21T01:35:48.3920966Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T01:35:48.4740587Z    Compiling num_enum v0.7.6
2026-06-21T01:35:48.5011223Z    Compiling iroh-base v0.98.0
2026-06-21T01:35:48.5058621Z    Compiling tower-http v0.6.11
2026-06-21T01:35:48.5691198Z    Compiling attohttpc v0.30.1
2026-06-21T01:35:48.5753745Z    Compiling netlink-proto v0.12.0
2026-06-21T01:35:48.7360437Z    Compiling moka v0.12.15
2026-06-21T01:35:48.7790674Z    Compiling toml_datetime v0.6.11
2026-06-21T01:35:48.8675789Z    Compiling serde_spanned v0.6.9
2026-06-21T01:35:48.8893141Z    Compiling thiserror-impl v1.0.69
2026-06-21T01:35:48.9391121Z    Compiling ref-cast-impl v1.0.25
2026-06-21T01:35:49.0130627Z    Compiling toml_edit v0.22.27
2026-06-21T01:35:49.1571015Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T01:35:49.3270735Z    Compiling webpki-roots v1.0.7
2026-06-21T01:35:49.4358784Z    Compiling regex-automata v0.4.14
2026-06-21T01:35:49.5139623Z    Compiling schemars_derive v1.2.1
2026-06-21T01:35:49.9108926Z    Compiling hmac v0.12.1
2026-06-21T01:35:49.9521997Z    Compiling seize v0.5.1
2026-06-21T01:35:49.9675513Z    Compiling iroh v0.98.2
2026-06-21T01:35:49.9800521Z    Compiling utf8parse v0.2.2
2026-06-21T01:35:50.0590749Z    Compiling bitflags v1.3.2
2026-06-21T01:35:50.0721005Z    Compiling strum v0.28.0
2026-06-21T01:35:50.0790622Z    Compiling rustix v0.38.44
2026-06-21T01:35:50.1210539Z    Compiling dyn-clone v1.0.20
2026-06-21T01:35:50.2100924Z    Compiling iroh-dns v0.98.0
2026-06-21T01:35:50.2651074Z    Compiling pin-utils v0.1.0
2026-06-21T01:35:50.3031104Z    Compiling cmov v0.5.4
2026-06-21T01:35:50.3460278Z    Compiling nix v0.25.1
2026-06-21T01:35:50.4270394Z    Compiling papaya v0.2.4
2026-06-21T01:35:50.4820775Z    Compiling filedescriptor v0.8.3
2026-06-21T01:35:50.5197986Z    Compiling anstyle-parse v1.0.0
2026-06-21T01:35:50.5287302Z    Compiling hkdf v0.12.4
2026-06-21T01:35:50.5779885Z    Compiling ctutils v0.4.2
2026-06-21T01:35:50.6620815Z    Compiling backon v1.6.0
2026-06-21T01:35:50.7010711Z    Compiling darling_macro v0.23.0
2026-06-21T01:35:50.7361701Z    Compiling serial v0.4.0
2026-06-21T01:35:50.7780374Z    Compiling shell-words v1.1.1
2026-06-21T01:35:50.8271494Z    Compiling foldhash v0.1.5
2026-06-21T01:35:50.8530860Z    Compiling anstyle-query v1.1.5
2026-06-21T01:35:50.9171753Z    Compiling downcast-rs v1.2.1
2026-06-21T01:35:50.9357128Z    Compiling anstyle v1.0.14
2026-06-21T01:35:50.9524006Z    Compiling linux-raw-sys v0.4.15
2026-06-21T01:35:50.9542545Z    Compiling instability v0.3.12
2026-06-21T01:35:51.0031780Z    Compiling colorchoice v1.0.5
2026-06-21T01:35:51.0218647Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T01:35:51.0651851Z    Compiling darling v0.23.0
2026-06-21T01:35:51.1003194Z    Compiling hashbrown v0.15.5
2026-06-21T01:35:51.1110523Z    Compiling signal-hook-mio v0.2.5
2026-06-21T01:35:51.1131119Z    Compiling spake2 v0.4.0
2026-06-21T01:35:51.1433713Z    Compiling terminal_size v0.4.4
2026-06-21T01:35:51.1530457Z    Compiling strum_macros v0.26.4
2026-06-21T01:35:51.2239416Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T01:35:51.2571012Z    Compiling anstream v1.0.0
2026-06-21T01:35:51.2761370Z    Compiling sha1 v0.10.6
2026-06-21T01:35:51.5266639Z    Compiling itertools v0.13.0
2026-06-21T01:35:51.5495385Z    Compiling schemars v1.2.1
2026-06-21T01:35:51.5830888Z    Compiling toml v0.8.23
2026-06-21T01:35:51.6908114Z    Compiling castaway v0.2.4
2026-06-21T01:35:51.8060552Z    Compiling static_assertions v1.1.0
2026-06-21T01:35:51.8740851Z    Compiling unicode-width v0.1.14
2026-06-21T01:35:51.8931243Z    Compiling doctest-file v1.1.1
2026-06-21T01:35:52.1979319Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T01:35:52.3960482Z    Compiling regex v1.12.3
2026-06-21T01:35:52.6660974Z    Compiling indoc v2.0.7
2026-06-21T01:35:52.7120705Z    Compiling clap_lex v1.1.0
2026-06-21T01:35:52.9651089Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T01:35:53.0310198Z    Compiling clap_builder v4.6.0
2026-06-21T01:35:53.0660816Z    Compiling interprocess v2.4.2
2026-06-21T01:35:53.4620747Z    Compiling hyper v1.10.1
2026-06-21T01:35:53.4621912Z    Compiling strum v0.26.3
2026-06-21T01:35:53.5604143Z    Compiling unicode-truncate v1.1.0
2026-06-21T01:35:53.7335244Z    Compiling crossterm v0.28.1
2026-06-21T01:35:53.7588504Z    Compiling compact_str v0.8.2
2026-06-21T01:35:53.9870671Z    Compiling lru v0.12.5
2026-06-21T01:35:54.0250726Z    Compiling clap_derive v4.6.1
2026-06-21T01:35:54.0350550Z    Compiling unicode-width v0.2.0
2026-06-21T01:35:54.0870398Z    Compiling iana-time-zone v0.1.65
2026-06-21T01:35:54.1890612Z    Compiling cassowary v0.3.0
2026-06-21T01:35:54.3522386Z    Compiling chrono v0.4.45
2026-06-21T01:35:54.4700883Z    Compiling portable-pty v0.8.1
2026-06-21T01:35:54.4930574Z    Compiling nucleo-matcher v0.3.1
2026-06-21T01:35:54.6700737Z    Compiling ratatui v0.29.0
2026-06-21T01:35:55.0451612Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T01:35:55.2870853Z    Compiling qrcode v0.14.1
2026-06-21T01:35:55.3458749Z    Compiling hyper-util v0.1.20
2026-06-21T01:35:55.4433158Z    Compiling tempfile v3.27.0
2026-06-21T01:35:56.0068103Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T01:35:56.4311067Z    Compiling clap v4.6.1
2026-06-21T01:35:57.2162724Z    Compiling igd-next v0.17.1
2026-06-21T01:35:58.3252066Z    Compiling portmapper v0.16.0
2026-06-21T01:36:02.8881731Z    Compiling rustls-webpki v0.103.13
2026-06-21T01:36:05.1898531Z    Compiling tokio-rustls v0.26.4
2026-06-21T01:36:05.1899246Z    Compiling noq-proto v0.17.0
2026-06-21T01:36:05.1899799Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T01:36:05.3267019Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T01:36:05.3267617Z    Compiling hyper-rustls v0.27.9
2026-06-21T01:36:05.3268455Z    Compiling tokio-websockets v0.13.2
2026-06-21T01:36:05.4500603Z    Compiling reqwest v0.13.4
2026-06-21T01:36:06.3588135Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T01:36:19.6780412Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T01:36:20.9981403Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T01:36:28.0013693Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T01:36:31.6250697Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-21T01:36:31.6471473Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T01:36:31.6483850Z 
2026-06-21T01:36:31.6487131Z running 1 test
2026-06-21T01:36:37.7355848Z test new_brain_serves_against_old_broker ... ok
2026-06-21T01:36:37.7356134Z 
2026-06-21T01:36:37.7356416Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-21T01:36:37.7356797Z 
2026-06-21T01:36:37.7571796Z Post job cleanup.
2026-06-21T01:36:37.8255973Z [command]/usr/bin/git version
2026-06-21T01:36:37.8285188Z git version 2.43.0
2026-06-21T01:36:37.8349512Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f7f51b60-4b3e-4890-a78f-318eee0c8f27' before making global git config changes
2026-06-21T01:36:37.8350210Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T01:36:37.8353209Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T01:36:37.8382779Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T01:36:37.8409145Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T01:36:37.8592649Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T01:36:37.8610868Z http.https://github.com/.extraheader
2026-06-21T01:36:37.8617626Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T01:36:37.8642368Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T01:36:37.8830973Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T01:36:37.8856423Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T01:36:37.9163311Z Cleaning up orphan processes
2026-06-21T01:36:37.9699207Z Terminate orphan process: pid (3042262) (spt)
